home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / ptrp25dm.zip / ETEST14.TRP < prev    next >
Text File  |  1995-03-20  |  131b  |  11 lines

  1. procedure main
  2. var
  3.         f : text = 'xxx'
  4. endVar
  5.         rewrite(f)
  6.         writeln(f, '1')
  7.         close(f)
  8. endProc
  9.  
  10.  
  11.